Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyproject.toml: use dynamic dependencies #38

Merged
merged 2 commits into from
Sep 18, 2024
Merged

Conversation

yunjunz
Copy link
Member

@yunjunz yunjunz commented Sep 18, 2024

  • requirements.txt:

    • move the testing-/packaging-related dependencies into the new tests/requirements.txt file
  • pyproject.toml:

    • use dynamic files for dependencies and optional dependencies, to avoid duplicating the list of dependencies, to be consistent with mintpy
    • use dynamic files for readme as well

+ requirements.txt:
   - move the packaging related dependencies into tests/requirements.txt file
   - remove `matplotlib` as it's only used in the obsolete functions in utils.py, which is not used at all

+ pyproject.toml:
   - use dynamic files for dependencies and optional dependencies, to avoid duplicating the list of dependencies, to be consistent with mintpy
   - use dynamic files for readme as well
@yunjunz yunjunz merged commit 5103853 into insarlab:main Sep 18, 2024
3 checks passed
@yunjunz yunjunz deleted the dep branch September 18, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant